2027 Constructor
Changes 5
C

ElementMulticategoryFilter(ICollection<ElementId>)

Description:
Constructs a new instance of a filter to find elements whose category matches any of a given set of categories.
public ElementMulticategoryFilter(
	ICollection<ElementId> categoryIds
)
  • ICollection<ElementId>
    categoryIds
    The category ids to match.